<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¡¶éƒ¨å¯¼èˆª */
.top_nav_channel {
  height: 40px;
  background: #F7F7F7;
  font-family: Microsoft YaHei,SimHei;
}

.top_nav_channel_in {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  line-height: 40px;
  font-size: 14px;
}

.top_nav_channel_login a,.nav_mod a,.footer a {
  color: #666;
}

.ico_top_nav_arw {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(../images/ico_top_nav.png) no-repeat -25px 0;
  vertical-align: middle;
}

.top_nav_channel_login {
  float: right;
  color: #e6e6e6;
}

.item_nav_login {
  display: block;
  padding: 0 10px; 
}

/*.item_nav_login:hover {
  background: #E60012;
  color: #fff;
  text-decoration: none;
}*/

.nav_login_ative .item_nav_login {
  background: #E60012;
  color: #fff;
  text-decoration: none;
}

.nav_login_title .item_nav_login:hover {
  background: #E60012;
  color: #fff;
  text-decoration: none;
}

.drop_down_menu {
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.drop_down_area {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 242px;
  margin-left: -121px;
  background: #fff;
  border: solid 1px #e8e8e8;
  line-height: 1.2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.cor_city {
  font-size: 14px;
  color: #C92315;
}

.cor_smog {
  display: inline-block;
  padding: 0 10px;
  background: #01C15C;
  border-radius: 2px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}

.drop_down_weather_1 {
  padding: 10px 20px 15px;
  border-bottom: solid 1px #e8e8e8;
}

.wp33 { width: 33%; }


.sel_dropdown_weather {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #F5F6F7;
  border: solid 1px #E8E8E8;
  border-radius: 2px;
  *zoom: 1;
  width: 92px;
}

.sel_dropdown_on .sel_dropdown {
  cursor: default;
  border-bottom: none;
}

.sel_dropdown_weather .ico_sel_dropdown {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 6px;
  float: right;
  margin: 14px 8px 0 0;
  overflow: hidden;
  color: #ccc;
}

.sel_dropdown_weather .ico_sel_dropdown i, .sel_dropdown_weather .ico_sel_dropdown b {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 6px;
  border-style: solid dashed dashed dashed;
  border-color: currentcolor transparent transparent transparent;
  border-bottom: 0;
  opacity: 1;
  
}
.sel_dropdown_weather .ico_sel_dropdown b {

  color: #F5F6F7;
  margin-top: -1px;
}

.sel_dropdown_weather .sel_dropdown_txt {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}

.sel_dropdown_weather .sel_dropdown_list {
  position: absolute;
  left: -1px;
  top: 32px;
  z-index: 999;
  padding: 5px 0;
  overflow: auto;
  background: #fff;
  border: solid 1px #E8E8E8;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
  z-index: 1;
}
.sel_dropdown_weather .sel_dropdown_list li {
  display: block;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  cursor: default;
  background: #fff;
}
.sel_dropdown_weather .sel_dropdown_list li:hover { background: #eee; }

.sel_dropdown_weather .sel_dropdown_list li.active { background: #C92315; color: #fff; }

.w92 { width: 92px; }

.btn_top_nav_channel_1,.btn_top_nav_channel_2 {
  display: inline-block;
  width: 94px;
  background: #C92315;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.btn_top_nav_channel_2 {
  background: #e8e8e8;
  color: #999;
}

.ico_phone_top_nav {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/ico_top_nav.png) no-repeat;
  vertical-align: middle;
}

/* äºŒç»´ç&nbsp;app */

.hover_sweep_code {
  position: relative;
  cursor: pointer;
}

.hover_sweep_code_pop {
  display: none;
  position: absolute;
  width: 100px;
  padding: 10px;
  top: 40px;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  border: solid 1px #e8e8e8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.hover_sweep_code_pop img {
  width: 100%;
}

/* ç™»å½• */

.nav_login_title {
  position: relative;
  z-index:9;
}

.nav_login_pop {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  min-width: 104px;
  background: #fff;
  border: solid 1px #e8e8e8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.item_nav_login_pop {
  display: block;
  height:32px;
  padding-left: 10px;
  padding-right: 10px;
}

.item_nav_login_pop span {
  display: block;
  line-height: 32px;
  border-bottom: dashed 1px #E9E9E9; 
  white-space: nowrap;
}

.item_nav_login_pop:hover {
  background: #F7F7F7;
  text-decoration: none;
}

.item_nav_login_pop:hover span {
  border-bottom: none;
  padding-bottom: 1px;
}

.ico_nav_login_1,.ico_nav_login_2,.ico_nav_login_3,.ico_nav_login_4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/ico_top_nav.png) no-repeat 0 -30px;
  vertical-align: middle;
}

.ico_nav_login_2 { background-position: -25px -30px; }
.ico_nav_login_3 { background-position: -50px -30px; }
.ico_nav_login_4 { background-position: -75px -30px; }

.w_title_em {
  display: inline-block;
  width: 7em;
  overflow: hidden;
  text-overflow:  ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* é¡µè„š */
.footer {
  font-family: Microsoft YaHei,SimHei;
}

.footer_link_1 {
  line-height: 34px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6; 
  font-size: 14px;
}

.footer_link_1 li {
  float: left;
  color: #e6e6e6;
}

.footer_link_1 li a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.footer_link_1 li a.mar2 {
  margin-left: 5px;
  margin-right: 5px;
}

.footer_min .footer_link_2 {
  line-height: 34px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6; 
}

.footer_link_1 .footer_link_in,.footer_link_2 .footer_link_in {
  width: 1200px;
  margin: auto;
}

.footer_link_2  {
  line-height: 34px;

  border-bottom: solid 1px #e6e6e6; 
  color: #ccc;
  letter-spacing: -4px;
  font-size:0
}

.footer_link_2 li {
  display: inline-block; 
  *display: inline;
  zoom:1;
  letter-spacing: 0; 
  font-size: 14px; 
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}

.footer_min .footer_link_2 li { 
  margin-left: 15px;
  margin-right: 15px;
}

.footer_link_3 {
  margin-top: 15px;
  line-height: 40px;
  text-align: center;
}

.ico_foot {
  display: inline-block;
  background: url(../images/ico_top_nav.png) no-repeat;
  vertical-align: middle;
}

.ico_foot_1 {
  width: 16px;
  height: 19px;
  background-position: -90px -90px;
}

.ico_foot_2 {
  width: 19px;
  height: 21px;
  background-position: -120px -90px;
}

.ico_foot_3 {
  width: 24px;
  height: 24px;
  background-position: 0 -90px;
}

.ico_foot_4 {
  width: 24px;
  height: 24px;
  background-position: -30px -90px;
}
.ico_foot_5 {
  width: 24px;
  height: 24px;
  background-position: -60px -90px;
}

.btn_footer_code {
  margin-left: 5px;
  margin-right: 5px;
}

.btn_footer_code:hover {
  text-decoration: none;
  position: relative;
  z-index: 11;
}

.btn_footer_code:hover .ico_foot_1 { background-position: -90px -60px; }
.btn_footer_code:hover .ico_foot_2 { background-position: -120px -60px; }
.btn_footer_code:hover .ico_foot_3 { background-position: 0 -60px; }
.btn_footer_code:hover .ico_foot_4 { background-position: -30px -60px; }
.btn_footer_code:hover .ico_foot_5 { background-position: -60px -60px; }

.down_code_foot {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -36px;
  width: 60px;
  padding: 10px;
  background: #fff;
  border: solid 1px #e6e6e6;
  font-size: 12px;
  line-height: 1;
  color: #666;
  white-space: nowrap;
}

.down_code_foot img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.footer_address {
  margin-top: 10px;
  color: #939393;
  line-height: 28px;
  text-align: center;
}

.footer_address a {
  color: #939393;
}

.footer_other {
  margin-top: 10px;
  text-align: center;
}

/* å¯¼èˆª */
.nav_mod {
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-bottom: solid 2px #C92315;
  font-family: Microsoft YaHei,SimHei;
}

.logo_nav_mod {
  display: inline-block;
  width: 123px;
  height: 37px;
  margin-top: 10px;
  background: url(../images/ico_top_nav.png) no-repeat 0 -184px; 
  line-height: 1;
}

.nav_mod_in {
  width: 1200px;
  margin: auto;
}

.city_nav_mod {
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.city_nav_mod_pop {
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  width: 78px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  line-height: 33px;
  font-size: 14px;
  text-align: center;
}

.city_nav_mod_pop li {
  cursor: pointer;
}

.city_nav_list li {
  float: left;
  font-size: 16px;
  padding-left: 22px;
  padding-right: 22px;
}

.city_nav_list li a {
  color:#333;
}


.ico_top_nav_arw2 {
  display: inline-block;
  width: 8px;
  height: 4px;
  background: url(../images/ico_top_nav.png) no-repeat -65px 0; 
  vertical-align: middle;
}

.city_nav_list_more {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.city_nav_list_more_pop {
  display: none;
  position: absolute;
  top: 52px;
  left: 50%;
  width: 100px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.city_nav_list_more_pop a {
  display: block;
  line-height: 40px;
}</pre></body></html>